[INFO] fetching crate sax-fingering-chart 0.2.5...
[INFO] checking sax-fingering-chart-0.2.5 against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] extracting crate sax-fingering-chart 0.2.5 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate sax-fingering-chart 0.2.5
[INFO] finished tweaking crates.io crate sax-fingering-chart 0.2.5
[INFO] tweaked toml for crates.io crate sax-fingering-chart 0.2.5 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sax-fingering-chart 0.2.5 on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sax-fingering-chart 0.2.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.43
[INFO] [stderr]   Downloaded enumset v1.0.11
[INFO] [stderr]   Downloaded quote v1.0.21
[INFO] [stderr]   Downloaded jpeg-decoder v0.2.6
[INFO] [stderr]   Downloaded syn v1.0.96
[INFO] [stderr]   Downloaded image v0.24.2
[INFO] [stderr]   Downloaded const-gen-derive v0.5.0
[INFO] [stderr]   Downloaded lebe v0.5.1
[INFO] [stderr]   Downloaded rayon-core v1.9.3
[INFO] [stderr]   Downloaded exr v1.4.2
[INFO] [stderr]   Downloaded bytemuck v1.9.1
[INFO] [stderr]   Downloaded enumset_derive v0.6.0
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.8
[INFO] [stderr]   Downloaded ron v0.6.2
[INFO] [stderr]   Downloaded deflate v1.0.0
[INFO] [stderr]   Downloaded bumpalo v3.10.0
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.4
[INFO] [stderr]   Downloaded tiff v0.7.2
[INFO] [stderr]   Downloaded const-gen v1.2.0
[INFO] [stderr]   Downloaded weezl v0.1.1
[INFO] [stderr]   Downloaded png v0.17.5
[INFO] [stderr]   Downloaded flume v0.10.13
[INFO] [stderr]   Downloaded rayon v1.5.3
[INFO] [stderr]   Downloaded num-rational v0.4.0
[INFO] [stderr]   Downloaded midly v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3
[INFO] running `Command { std: "docker" "start" "73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling serde_derive v1.0.116
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.4
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking miniz_oxide v0.5.3
[INFO] [stderr]     Checking lock_api v0.4.6
[INFO] [stderr]    Compiling serde v1.0.116
[INFO] [stderr]     Checking deflate v1.0.0
[INFO] [stderr]    Compiling num-iter v0.1.41
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]     Checking weezl v0.1.1
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking spin v0.9.3
[INFO] [stderr]     Checking lebe v0.5.1
[INFO] [stderr]     Checking bit_field v0.10.1
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking bytemuck v1.9.1
[INFO] [stderr]     Checking gif v0.11.1
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking png v0.17.5
[INFO] [stderr]     Checking jpeg-decoder v0.2.6
[INFO] [stderr]     Checking midly v0.5.2
[INFO] [stderr]     Checking tiff v0.7.2
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling const-gen-derive v0.5.0
[INFO] [stderr]    Compiling const-gen v1.2.0
[INFO] [stderr]     Checking pin-project v1.0.10
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking flume v0.10.13
[INFO] [stderr]     Checking exr v1.4.2
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling sax-fingering-chart v0.2.5 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling enumset_derive v0.6.0
[INFO] [stderr]     Checking image v0.24.2
[INFO] [stderr]     Checking enumset v1.0.11
[INFO] [stderr]     Checking ron v0.6.2
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
[INFO] running `Command { std: "docker" "inspect" "73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3", kill_on_drop: false }`
[INFO] [stdout] 73a3260f83f9f43a13966a7d84ef03c8bca1bba6277fee6e5fc3168c4465bdf3
